luqmana / rust-opencl

OpenCL bindings for Rust.
Other
170 stars 42 forks source link

Updated rust to compile with latest rustc #15

Closed ghost closed 11 years ago

ghost commented 11 years ago

Tested w/ ructc 69e46f3

Changes: -- size_of was moved from std::sys too std::mem -- fmt! was depreciated in favor of format!