diff --git a/README.md b/README.md index 1a76f81..ba59b65 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,16 @@ (support planned) + + + 0.1.0-alpha.3 + + + hui-glium = "0.1.0-alpha.3"
+ glium = "0.34" + + N/A + 0.1.0-alpha.2 diff --git a/hui-glium/Cargo.toml b/hui-glium/Cargo.toml index facc2b8..e606549 100644 --- a/hui-glium/Cargo.toml +++ b/hui-glium/Cargo.toml @@ -15,7 +15,8 @@ include = [ ] [dependencies] -hui = { version = "=0.1.0-alpha.3", path = "../hui", default-features = false } +#hack: hui doesn't compile without the builtin_font feature due to a bug +hui = { version = "=0.1.0-alpha.3", path = "../hui", default-features = false, features = ["builtin_font"] } glium = { version = "0.34", default-features = false } glam = "0.25" log = "0.4"