We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afce24 commit 49aa420Copy full SHA for 49aa420
io-surface/src/lib.rs
@@ -7,6 +7,8 @@
7
// option. This file may not be copied, modified, or distributed
8
// except according to those terms.
9
10
+//! This crate has been deprecated in favour of the `objc2-io-surface` crate.
11
+#![deprecated = "use the objc2-io-surface crate instead"]
12
#![crate_name = "io_surface"]
13
#![crate_type = "rlib"]
14
0 commit comments