bump floem

This commit is contained in:
Dongdong Zhou 2023-08-20 20:24:32 +01:00
parent 3a9d0739ad
commit d6c143b12e
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1440,7 +1440,7 @@ checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
[[package]]
name = "floem"
version = "0.1.0"
source = "git+https://github.com/lapce/floem?rev=de4713b6bf29228ce0a18f36ea8cf367d0592005#de4713b6bf29228ce0a18f36ea8cf367d0592005"
source = "git+https://github.com/lapce/floem?rev=159b8654315467fc924843b73809f8a766a6c07f#159b8654315467fc924843b73809f8a766a6c07f"
dependencies = [
"bitflags 2.4.0",
"crossbeam-channel",
@ -1464,12 +1464,12 @@ dependencies = [
[[package]]
name = "floem_reactive"
version = "0.1.0"
source = "git+https://github.com/lapce/floem?rev=de4713b6bf29228ce0a18f36ea8cf367d0592005#de4713b6bf29228ce0a18f36ea8cf367d0592005"
source = "git+https://github.com/lapce/floem?rev=159b8654315467fc924843b73809f8a766a6c07f#159b8654315467fc924843b73809f8a766a6c07f"
[[package]]
name = "floem_renderer"
version = "0.1.0"
source = "git+https://github.com/lapce/floem?rev=de4713b6bf29228ce0a18f36ea8cf367d0592005#de4713b6bf29228ce0a18f36ea8cf367d0592005"
source = "git+https://github.com/lapce/floem?rev=159b8654315467fc924843b73809f8a766a6c07f#159b8654315467fc924843b73809f8a766a6c07f"
dependencies = [
"cosmic-text",
"peniko",
@ -1479,7 +1479,7 @@ dependencies = [
[[package]]
name = "floem_vger"
version = "0.1.0"
source = "git+https://github.com/lapce/floem?rev=de4713b6bf29228ce0a18f36ea8cf367d0592005#de4713b6bf29228ce0a18f36ea8cf367d0592005"
source = "git+https://github.com/lapce/floem?rev=159b8654315467fc924843b73809f8a766a6c07f#159b8654315467fc924843b73809f8a766a6c07f"
dependencies = [
"anyhow",
"floem_renderer",

View File

@ -49,7 +49,7 @@ sled = "0.34.7"
bytemuck = "1.8.0"
tokio = { version = "1.21", features = ["full"] }
futures = "0.3.26"
floem = { git = "https://github.com/lapce/floem", rev = "de4713b6bf29228ce0a18f36ea8cf367d0592005" }
floem = { git = "https://github.com/lapce/floem", rev = "159b8654315467fc924843b73809f8a766a6c07f" }
# floem = { path = "../../workspaces/floem" }
config = { version = "0.13.2", default-features = false, features = ["toml"] }
structdesc = { git = "https://github.com/lapce/structdesc" }