1
0
Fork 0
forked from wry/wry

all: release 1.0

This commit is contained in:
Julian Orth 2024-04-07 13:58:58 +02:00
parent a64b9e99d9
commit 2136f13795
6 changed files with 21 additions and 8 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "jay-compositor"
version = "0.1.0"
version = "1.0.1"
edition = "2021"
build = "build/build.rs"
license = "GPL-3.0-only"
@ -22,9 +22,9 @@ panic = "abort"
panic = "abort"
[dependencies]
jay-config = { path = "jay-config" }
jay-toml-config = { path = "toml-config" }
jay-algorithms = { path = "algorithms" }
jay-config = { version = "1.0.0", path = "jay-config" }
jay-toml-config = { version = "0.1.0", path = "toml-config" }
jay-algorithms = { version = "0.1.0", path = "algorithms" }
uapi = "0.2.13"
thiserror = "1.0.56"