Skip to content

Commit bceba2c

Browse files
committed
Deprecate io-surface
1 parent 6c3c79a commit bceba2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

io-surface/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//! This crate has been deprecated in favour of the `objc2-io-surface` crate.
12
// Copyright 2013 The Servo Project Developers. See the COPYRIGHT
23
// file at the top-level directory of this distribution.
34
//
@@ -7,6 +8,7 @@
78
// option. This file may not be copied, modified, or distributed
89
// except according to those terms.
910

11+
#![deprecated = "use the objc2-io-surface crate instead"]
1012
#![crate_name = "io_surface"]
1113
#![crate_type = "rlib"]
1214

0 commit comments

Comments
 (0)