diff options
| author | Ilya Dmitrichenko <ilya@xively.com> | 2014-07-30 23:32:02 +0100 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-07-31 11:50:24 -0700 |
| commit | a5e74a93c39d904fb6e152d005e0a0c01dc2ed3e (patch) | |
| tree | 0530b8a16310abb120ccae5afd42488a3a4ef5b2 | |
| parent | a8f58a056afbe0e11d27aa281676af04fa9469dc (diff) | |
| download | rust-a5e74a93c39d904fb6e152d005e0a0c01dc2ed3e.tar.gz rust-a5e74a93c39d904fb6e152d005e0a0c01dc2ed3e.zip | |
Deprecate fourcc.
| -rw-r--r-- | src/libfourcc/lib.rs | 3 |
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"] |
