Deprecate fourcc.

This commit is contained in:
Ilya Dmitrichenko 2014-07-30 23:32:02 +01:00 committed by Alex Crichton
parent a8f58a056a
commit a5e74a93c3

View File

@ -40,7 +40,8 @@ fn main() {
*/
#![crate_name = "fourcc"]
#![experimental]
#![deprecated = "This is now a cargo package located at: \
https://github.com/rust-lang/fourcc"]
#![crate_type = "rlib"]
#![crate_type = "dylib"]
#![license = "MIT/ASL2"]