diff --git a/librashader-preprocess/Cargo.toml b/librashader-preprocess/Cargo.toml index 5e78055..3a758f4 100644 --- a/librashader-preprocess/Cargo.toml +++ b/librashader-preprocess/Cargo.toml @@ -23,6 +23,6 @@ default = [ "line_directives" ] line_directives = [] [dev-dependencies] +librashader-presets = { path = "../librashader-presets", version = "0.1.0-beta.16" } glob = "0.3.1" -librashader-presets = { version = "0.1.0-beta.16", path = "../librashader-presets"} rayon = "1.6.1" \ No newline at end of file