Skip to content

Commit

Permalink
Update after 'cross'->'desktop' change.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Nov 8, 2024
1 parent d6c45fb commit 848b0d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/browser.toit
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a Zero-Clause BSD license that can
// be found in the tests/TESTS_LICENSE file.
import cross
import desktop

main:
cross.open-browser "https://toitlang.org"
desktop.open-browser "https://toitlang.org"
2 changes: 1 addition & 1 deletion examples/package.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sdk: ^2.0.0-alpha.144
prefixes:
cross: ..
desktop: ..
packages:
..:
path: ..
Expand Down
2 changes: 1 addition & 1 deletion examples/package.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies:
cross:
desktop:
path: ..

0 comments on commit 848b0d9

Please sign in to comment.