We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3c79a commit bceba2cCopy full SHA for bceba2c
io-surface/src/lib.rs
@@ -1,3 +1,4 @@
1
+//! This crate has been deprecated in favour of the `objc2-io-surface` crate.
2
// Copyright 2013 The Servo Project Developers. See the COPYRIGHT
3
// file at the top-level directory of this distribution.
4
//
@@ -7,6 +8,7 @@
7
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+#![deprecated = "use the objc2-io-surface crate instead"]
12
#![crate_name = "io_surface"]
13
#![crate_type = "rlib"]
14
0 commit comments