Skip to content

Commit

Permalink
[#3849] add WebView to the baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
syrel committed Jun 25, 2024
1 parent e0d3fa6 commit d2df700
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BaselineOfGToolkit/BaselineOfGToolkit.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ BaselineOfGToolkit >> baseline: spec [
with: [ spec repository: 'github://feenkcom/gtoolkit-notifications:main/src' ];
baseline: 'GToolkitNotificationsExamples'
with: [ spec repository: 'github://feenkcom/gtoolkit-notifications:main/src' ];
baseline: 'GToolkitWebView'
with: [ spec repository: 'github://feenkcom/gtoolkit-webview:main/src' ];
baseline: 'XdocClient'
with: [ spec repository: 'github://feenkcom/xdoc:main/src' ];
baseline: 'LepiterEngine'
Expand Down

0 comments on commit d2df700

Please sign in to comment.