Update example dependencies
This commit is contained in:
parent
1bc198fd63
commit
d59fd3f46b
5 changed files with 11 additions and 11 deletions
|
|
@ -8,8 +8,8 @@ publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cosmic-text = { path = "../../", features = ["syntect"] }
|
cosmic-text = { path = "../../", features = ["syntect"] }
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
fontdb = "0.9"
|
fontdb = "0.13"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ features = ["wgpu", "winit"]
|
||||||
#path = "../../../libcosmic"
|
#path = "../../../libcosmic"
|
||||||
|
|
||||||
[dependencies.rfd]
|
[dependencies.rfd]
|
||||||
version = "0.10"
|
version = "0.11"
|
||||||
#TODO: iced portal
|
#TODO: iced portal
|
||||||
#default-features = false
|
#default-features = false
|
||||||
#features = ["xdg-portal"]
|
#features = ["xdg-portal"]
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,8 @@ publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cosmic-text = { path = "../..", features = ["syntect"] }
|
cosmic-text = { path = "../..", features = ["syntect"] }
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
fontdb = "0.9"
|
fontdb = "0.13"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
orbclient = "0.3.35"
|
orbclient = "0.3.35"
|
||||||
unicode-segmentation = "1.7"
|
unicode-segmentation = "1.7"
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,8 @@ publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cosmic-text = { path = "../../" }
|
cosmic-text = { path = "../../" }
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
fontdb = "0.9"
|
fontdb = "0.13"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
orbclient = "0.3.35"
|
orbclient = "0.3.35"
|
||||||
unicode-segmentation = "1.7"
|
unicode-segmentation = "1.7"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cosmic-text = { path = "../../" }
|
cosmic-text = { path = "../../" }
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
fontdb = "0.9"
|
fontdb = "0.13"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
orbclient = "0.3.35"
|
orbclient = "0.3.35"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cosmic-text = { path = "../../" }
|
cosmic-text = { path = "../../" }
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
fontdb = "0.9"
|
fontdb = "0.13"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
termion = "2.0"
|
termion = "2.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue