Skip to content

Commit a5e74a9

Browse files
errordeveloperalexcrichton
authored andcommitted
Deprecate fourcc.
1 parent a8f58a0 commit a5e74a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libfourcc/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ fn main() {
4040
*/
4141

4242
#![crate_name = "fourcc"]
43-
#![experimental]
43+
#![deprecated = "This is now a cargo package located at: \
44+
https://github.com/rust-lang/fourcc"]
4445
#![crate_type = "rlib"]
4546
#![crate_type = "dylib"]
4647
#![license = "MIT/ASL2"]

0 commit comments

Comments
 (0)