mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
Update version number everywhere
This commit is contained in:
parent
1d6a0b0b9c
commit
fea2478859
22 changed files with 53 additions and 53 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps-rendering-backend-gl"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0-only"
|
||||
|
@ -19,7 +19,7 @@ svg = ["resvg", "usvg", "tiny-skia"]
|
|||
default = ["x11", "svg"]
|
||||
|
||||
[dependencies]
|
||||
sixtyfps-corelib = { version = "=0.0.4", path = "../../corelib", features = ["femtovg_backend"] }
|
||||
sixtyfps-corelib = { version = "=0.0.5", path = "../../corelib", features = ["femtovg_backend"] }
|
||||
const-field-offset = { version = "0.1", path = "../../../helper_crates/const-field-offset" }
|
||||
image = { version = "0.23.12", default-features = false }
|
||||
rgb = "0.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue