mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-17 18:57:10 +00:00
Make glow a Cargo workspace dependency
This commit is contained in:
parent
37be696cd6
commit
4aa81b671a
5 changed files with 5 additions and 4 deletions
|
|
@ -161,6 +161,7 @@ smol_str = { version = "0.3.1" }
|
||||||
rayon = { version = "1.10.0", default-features = false }
|
rayon = { version = "1.10.0", default-features = false }
|
||||||
raw-window-handle-06 = { package = "raw-window-handle", version = "0.6", features = ["alloc"] }
|
raw-window-handle-06 = { package = "raw-window-handle", version = "0.6", features = ["alloc"] }
|
||||||
unicode-segmentation = { version = "1.12.0" }
|
unicode-segmentation = { version = "1.12.0" }
|
||||||
|
glow = { version = "0.16" }
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ name = "opengl_texture"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
slint = { path = "../../api/rs/slint" }
|
slint = { path = "../../api/rs/slint" }
|
||||||
glow = { version = "0.16" }
|
glow = { workspace = true }
|
||||||
web-time = { version = "1.0" }
|
web-time = { version = "1.0" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ name = "opengl_underlay"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
slint = { path = "../../api/rs/slint" }
|
slint = { path = "../../api/rs/slint" }
|
||||||
glow = { version = "0.16" }
|
glow = { workspace = true }
|
||||||
web-time = { version = "1.0" }
|
web-time = { version = "1.0" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ unicode-script = { version = "0.5.4" } # Use the same version was femtovg's rust
|
||||||
imgref = { version = "1.6.1" }
|
imgref = { version = "1.6.1" }
|
||||||
rgb = { version = "0.8.27" }
|
rgb = { version = "0.8.27" }
|
||||||
|
|
||||||
glow = { version = "0.16" }
|
glow = { workspace = true }
|
||||||
unicode-segmentation = { workspace = true }
|
unicode-segmentation = { workspace = true }
|
||||||
|
|
||||||
[target.'cfg(target_family = "windows")'.dependencies]
|
[target.'cfg(target_family = "windows")'.dependencies]
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ scoped-tls-hkt = "0.1"
|
||||||
raw-window-handle = { version = "0.6", features = ["std"] }
|
raw-window-handle = { version = "0.6", features = ["std"] }
|
||||||
|
|
||||||
skia-safe = { version = "0.78.0", features = ["textlayout", "gl"] }
|
skia-safe = { version = "0.78.0", features = ["textlayout", "gl"] }
|
||||||
glow = { version = "0.16" }
|
glow = { workspace = true }
|
||||||
unicode-segmentation = { workspace = true }
|
unicode-segmentation = { workspace = true }
|
||||||
|
|
||||||
ash = { version = "^0.37.2", optional = true }
|
ash = { version = "^0.37.2", optional = true }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue