Skip to content

Commit

Permalink
Merge branch 'geieredgar-example-deps'
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Mar 18, 2023
2 parents 11be627 + f101f5c commit e788c17
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions examples/editor-libcosmic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ publish = false

[dependencies]
cosmic-text = { path = "../../", features = ["syntect"] }
env_logger = "0.9"
fontdb = "0.9"
env_logger = "0.10"
fontdb = "0.13"
lazy_static = "1.4"
log = "0.4"

Expand All @@ -21,7 +21,7 @@ features = ["wgpu", "winit"]
#path = "../../../libcosmic"

[dependencies.rfd]
version = "0.10"
version = "0.11"
#TODO: iced portal
#default-features = false
#features = ["xdg-portal"]
Expand Down
4 changes: 2 additions & 2 deletions examples/editor-orbclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ publish = false

[dependencies]
cosmic-text = { path = "../..", features = ["syntect"] }
env_logger = "0.9"
fontdb = "0.9"
env_logger = "0.10"
fontdb = "0.13"
log = "0.4"
orbclient = "0.3.35"
unicode-segmentation = "1.7"
Expand Down
4 changes: 2 additions & 2 deletions examples/editor-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ publish = false

[dependencies]
cosmic-text = { path = "../../" }
env_logger = "0.9"
fontdb = "0.9"
env_logger = "0.10"
fontdb = "0.13"
log = "0.4"
orbclient = "0.3.35"
unicode-segmentation = "1.7"
4 changes: 2 additions & 2 deletions examples/rich-text/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false

[dependencies]
cosmic-text = { path = "../../" }
env_logger = "0.9"
fontdb = "0.9"
env_logger = "0.10"
fontdb = "0.13"
log = "0.4"
orbclient = "0.3.35"
4 changes: 2 additions & 2 deletions examples/terminal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false

[dependencies]
cosmic-text = { path = "../../" }
env_logger = "0.9"
fontdb = "0.9"
env_logger = "0.10"
fontdb = "0.13"
log = "0.4"
termion = "2.0"

0 comments on commit e788c17

Please sign in to comment.