Skip to content

Commit

Permalink
Deprecate fourcc.
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper authored and alexcrichton committed Jul 31, 2014
1 parent a8f58a0 commit a5e74a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libfourcc/lib.rs
Expand Up @@ -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"]
Expand Down

0 comments on commit a5e74a9

Please sign in to comment.