mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
HashMap has moved to collections instead of std
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use std::hashmap::HashMap;
|
||||
use collections::hashmap::HashMap;
|
||||
use std::num::FromPrimitive;
|
||||
use std::ptr;
|
||||
use std::str;
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
|
||||
#[feature(globs)];
|
||||
|
||||
extern crate collections;
|
||||
|
||||
pub use sdl::*;
|
||||
#[path = "generated/keycode.rs"]
|
||||
pub mod keycode;
|
||||
|
||||
Reference in New Issue
Block a user