浏览代码

Update gl_generator

Johannes Hofmann 7 年前
父节点
当前提交
a06413fea1
共有 2 个文件被更改,包括 2 次插入28 次删除
  1. 1
    27
      Cargo.lock
  2. 1
    1
      Cargo.toml

+ 1
- 27
Cargo.lock 查看文件

310
  "directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
310
  "directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
311
  "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
311
  "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
312
  "gl 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
312
  "gl 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
313
- "gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
313
+ "gl_generator 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
314
  "glutin 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
314
  "glutin 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
315
  "image 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)",
315
  "image 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)",
316
  "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
316
  "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
449
  "gl_generator 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
449
  "gl_generator 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
450
 ]
450
 ]
451
 
451
 
452
-[[package]]
453
-name = "gl_generator"
454
-version = "0.9.0"
455
-source = "registry+https://github.com/rust-lang/crates.io-index"
456
-dependencies = [
457
- "khronos_api 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
458
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
459
- "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
460
-]
461
-
462
 [[package]]
452
 [[package]]
463
 name = "gl_generator"
453
 name = "gl_generator"
464
 version = "0.10.0"
454
 version = "0.10.0"
649
  "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
639
  "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
650
 ]
640
 ]
651
 
641
 
652
-[[package]]
653
-name = "khronos_api"
654
-version = "2.2.0"
655
-source = "registry+https://github.com/rust-lang/crates.io-index"
656
-
657
 [[package]]
642
 [[package]]
658
 name = "khronos_api"
643
 name = "khronos_api"
659
 version = "3.0.0"
644
 version = "3.0.0"
1947
 version = "2.1.0"
1932
 version = "2.1.0"
1948
 source = "registry+https://github.com/rust-lang/crates.io-index"
1933
 source = "registry+https://github.com/rust-lang/crates.io-index"
1949
 
1934
 
1950
-[[package]]
1951
-name = "xml-rs"
1952
-version = "0.7.0"
1953
-source = "registry+https://github.com/rust-lang/crates.io-index"
1954
-dependencies = [
1955
- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1956
-]
1957
-
1958
 [[package]]
1935
 [[package]]
1959
 name = "xml-rs"
1936
 name = "xml-rs"
1960
 version = "0.8.0"
1937
 version = "0.8.0"
2016
 "checksum gif 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4bca55ac1f213920ce3527ccd62386f1f15fa3f1714aeee1cf93f2c416903f"
1993
 "checksum gif 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4bca55ac1f213920ce3527ccd62386f1f15fa3f1714aeee1cf93f2c416903f"
2017
 "checksum gl 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d7d8c8e25e8ed44d4813809205090162723a866fb4be3a9d8bb983c9a0bf98f1"
1994
 "checksum gl 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d7d8c8e25e8ed44d4813809205090162723a866fb4be3a9d8bb983c9a0bf98f1"
2018
 "checksum gl_generator 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0ffaf173cf76c73a73e080366bf556b4776ece104b06961766ff11449f38604"
1995
 "checksum gl_generator 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0ffaf173cf76c73a73e080366bf556b4776ece104b06961766ff11449f38604"
2019
-"checksum gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a795170cbd85b5a7baa58d6d7525cae6a03e486859860c220f7ebbbdd379d0a"
2020
 "checksum gleam 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5d2f879e1548675cf46169cd7e770f6a6916f6263052fe4e6afc3b41bb7f63c"
1996
 "checksum gleam 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5d2f879e1548675cf46169cd7e770f6a6916f6263052fe4e6afc3b41bb7f63c"
2021
 "checksum glutin 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "535c6eda58adbb227604b2db10a022ffd6339d7ea3e970f338e7d98aeb24fcc3"
1997
 "checksum glutin 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "535c6eda58adbb227604b2db10a022ffd6339d7ea3e970f338e7d98aeb24fcc3"
2022
 "checksum h2 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "7dd33bafe2e6370e6c8eb0cf1b8c5f93390b90acde7e9b03723f166b28b648ed"
1998
 "checksum h2 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "7dd33bafe2e6370e6c8eb0cf1b8c5f93390b90acde7e9b03723f166b28b648ed"
2033
 "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
2009
 "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
2034
 "checksum jpeg-decoder 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c8b7d43206b34b3f94ea9445174bda196e772049b9bddbc620c9d29b2d20110d"
2010
 "checksum jpeg-decoder 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c8b7d43206b34b3f94ea9445174bda196e772049b9bddbc620c9d29b2d20110d"
2035
 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2011
 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2036
-"checksum khronos_api 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "037ab472c33f67b5fbd3e9163a2645319e5356fcd355efa6d4eb7fff4bbcb554"
2037
 "checksum khronos_api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "62237e6d326bd5871cd21469323bf096de81f1618cd82cbaf5d87825335aeb49"
2012
 "checksum khronos_api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "62237e6d326bd5871cd21469323bf096de81f1618cd82cbaf5d87825335aeb49"
2038
 "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1"
2013
 "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1"
2039
 "checksum lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0"
2014
 "checksum lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0"
2182
 "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2157
 "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2183
 "checksum x11-dl 2.18.3 (registry+https://github.com/rust-lang/crates.io-index)" = "940586acb859ea05c53971ac231685799a7ec1dee66ac0bccc0e6ad96e06b4e3"
2158
 "checksum x11-dl 2.18.3 (registry+https://github.com/rust-lang/crates.io-index)" = "940586acb859ea05c53971ac231685799a7ec1dee66ac0bccc0e6ad96e06b4e3"
2184
 "checksum xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a66b7c2281ebde13cf4391d70d4c7e5946c3c25e72a7b859ca8f677dcd0b0c61"
2159
 "checksum xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a66b7c2281ebde13cf4391d70d4c7e5946c3c25e72a7b859ca8f677dcd0b0c61"
2185
-"checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2"
2186
 "checksum xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "541b12c998c5b56aa2b4e6f18f03664eef9a4fd0a246a55594efae6cc2d964b5"
2160
 "checksum xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "541b12c998c5b56aa2b4e6f18f03664eef9a4fd0a246a55594efae6cc2d964b5"

+ 1
- 1
Cargo.toml 查看文件

29
 toml = "0.4"
29
 toml = "0.4"
30
 
30
 
31
 [build-dependencies]
31
 [build-dependencies]
32
-gl_generator = "0.9"
32
+gl_generator = "0.10"