about summary refs log tree commit diff
diff options
context:
space:
mode:
authorIlya Dmitrichenko <ilya@xively.com>2014-07-30 23:32:02 +0100
committerAlex Crichton <alex@alexcrichton.com>2014-07-31 11:50:24 -0700
commita5e74a93c39d904fb6e152d005e0a0c01dc2ed3e (patch)
tree0530b8a16310abb120ccae5afd42488a3a4ef5b2
parenta8f58a056afbe0e11d27aa281676af04fa9469dc (diff)
downloadrust-a5e74a93c39d904fb6e152d005e0a0c01dc2ed3e.tar.gz
rust-a5e74a93c39d904fb6e152d005e0a0c01dc2ed3e.zip
Deprecate fourcc.
-rw-r--r--src/libfourcc/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libfourcc/lib.rs b/src/libfourcc/lib.rs
index aa8d84bec17..4596c98cffd 100644
--- a/src/libfourcc/lib.rs
+++ b/src/libfourcc/lib.rs
@@ -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"]