diff --git a/Cargo.lock b/Cargo.lock index 1531a278..c1544da0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/lapce-app/Cargo.toml b/lapce-app/Cargo.toml index 91952d8b..348aa3cd 100644 --- a/lapce-app/Cargo.toml +++ b/lapce-app/Cargo.toml @@ -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" }