Skip to content

Commit 49aa420

Browse files
committed
Deprecate io-surface
1 parent 5afce24 commit 49aa420

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

io-surface/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// option. This file may not be copied, modified, or distributed
88
// except according to those terms.
99

10+
//! This crate has been deprecated in favour of the `objc2-io-surface` crate.
11+
#![deprecated = "use the objc2-io-surface crate instead"]
1012
#![crate_name = "io_surface"]
1113
#![crate_type = "rlib"]
1214

0 commit comments

Comments
 (0)