gnu: rust-glium-0.25: Fix inputs.
* gnu/packages/crates-io.scm (rust-glium-0.25)[cargo-inputs]: Move rust-gl-gnerator-0.11 to here ... [cargo-development-inputs]: ... from here.
This commit is contained in:
parent
328412ca7e
commit
27a4102797
@ -29128,6 +29128,7 @@ OpenGL's old and error-prone API.")
|
||||
`(#:cargo-inputs
|
||||
(("rust-backtrace" ,rust-backtrace-0.3)
|
||||
("rust-fnv" ,rust-fnv-1)
|
||||
("rust-gl-generator" ,rust-gl-generator-0.11)
|
||||
("rust-glutin" ,rust-glutin-0.21)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-smallvec" ,rust-smallvec-0.6)
|
||||
@ -29135,7 +29136,6 @@ OpenGL's old and error-prone API.")
|
||||
#:cargo-development-inputs
|
||||
(("rust-cgmath" ,rust-cgmath-0.17)
|
||||
("rust-genmesh" ,rust-genmesh-0.6)
|
||||
("rust-gl-generator" ,rust-gl-generator-0.11)
|
||||
("rust-image" ,rust-image-0.21)
|
||||
("rust-obj" ,rust-obj-0.9)
|
||||
("rust-rand" ,rust-rand-0.6))))))
|
||||
|
Loading…
Reference in New Issue
Block a user