16 lines
399 B
Plaintext
16 lines
399 B
Plaintext
|
[source.crates-io]
|
||
|
replace-with = "vendored-sources"
|
||
|
|
||
|
[source."https://github.com/chrisduerr/glutin"]
|
||
|
git = "https://github.com/chrisduerr/glutin"
|
||
|
branch = "master"
|
||
|
replace-with = "vendored-sources"
|
||
|
|
||
|
[source."https://github.com/rust-windowing/winit"]
|
||
|
git = "https://github.com/rust-windowing/winit"
|
||
|
branch = "master"
|
||
|
replace-with = "vendored-sources"
|
||
|
|
||
|
[source.vendored-sources]
|
||
|
directory = "vendor"
|