Simplify gradient border shader

This commit is contained in:
Ivan Molodetskikh
2024-02-22 10:17:06 +04:00
parent b091202d86
commit aefbad0cf7
5 changed files with 39 additions and 49 deletions
Generated
+7
View File
@@ -1390,6 +1390,12 @@ dependencies = [
"xml-rs",
]
[[package]]
name = "glam"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3"
[[package]]
name = "glib"
version = "0.19.0"
@@ -2104,6 +2110,7 @@ dependencies = [
"directories",
"futures-util",
"git-version",
"glam",
"input",
"keyframe",
"libc",