File tree Expand file tree Collapse file tree 6 files changed +4
-6
lines changed Expand file tree Collapse file tree 6 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ license = "MIT"
1212exclude = [" .gitignore" ]
1313
1414[dependencies ]
15- libc = " >= 0.1, < 0.3"
1615block = " 0.1"
1716objc = " 0.1"
1817objc_id = " 0.0"
Original file line number Diff line number Diff line change 11use std:: mem;
22use std:: ops:: Range ;
3+ use std:: os:: raw:: c_void;
34use std:: slice;
4- use libc:: c_void;
55
66use objc_id:: Id ;
77use block:: { Block , ConcreteBlock } ;
Original file line number Diff line number Diff line change 11use std:: marker:: PhantomData ;
22use std:: mem;
3+ use std:: os:: raw:: c_ulong;
34use std:: ptr;
45use std:: slice;
5- use libc:: c_ulong;
66
77use objc:: runtime:: Object ;
88use objc_id:: Id ;
Original file line number Diff line number Diff line change 11#![ crate_name = "objc_foundation" ]
22#![ crate_type = "lib" ]
33
4- extern crate libc;
54#[ macro_use]
65extern crate objc;
76extern crate objc_id;
Original file line number Diff line number Diff line change 1+ use std:: os:: raw:: c_char;
12use std:: slice;
23use std:: str;
3- use libc:: c_char;
44
55use objc_id:: { Id , ShareId } ;
66
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ use std::any::Any;
22use std:: ffi:: { CStr , CString } ;
33use std:: marker:: PhantomData ;
44use std:: mem;
5+ use std:: os:: raw:: c_char;
56use std:: str;
6- use libc:: c_char;
77
88use objc:: { Encode , Encoding } ;
99use objc:: runtime:: Class ;
You can’t perform that action at this time.
0 commit comments