diff --git a/ezgui/Cargo.toml b/ezgui/Cargo.toml index 71f35752c0..53df1948cb 100644 --- a/ezgui/Cargo.toml +++ b/ezgui/Cargo.toml @@ -23,7 +23,9 @@ glutin = { git = "https://github.com/dabreegster/glutin", optional = true } htmlescape = "0.3.1" instant = "0.1.2" lru = "0.4.3" -lyon = "0.15.6" +# TODO Something broke here +#lyon = "0.15.6" +lyon = { git = "https://github.com/nical/lyon/", rev = "0235217bfa9826f29e8d5fc5dbdfa8a6e35ebdff" } serde = "1.0.98" serde_derive = "1.0.98" simsearch = "0.2.0"