Abuse Vec as an allocator in gfx

This commit is contained in:
Simon Sapin 2017-10-12 01:50:03 +02:00
parent d6d772eba0
commit ff23a8536e
2 changed files with 31 additions and 19 deletions

View file

@ -4,7 +4,6 @@
// For SIMD
#![cfg_attr(feature = "unstable", feature(cfg_target_feature))]
#![cfg_attr(any(target_os = "linux", target_os = "android"), feature(allocator_api))]
#![deny(unsafe_code)]