Chih-Hung Hsieh | 63da312 | 2020-07-12 18:04:42 -0700 | [diff] [blame^] | 1 | // This file is generated by cargo2android.py --run --dependencies --device. |
Chih-Hung Hsieh | 75ec760 | 2020-06-09 23:33:13 -0700 | [diff] [blame] | 2 | |
Matthew Maurer | 5b9e940 | 2020-07-06 13:34:49 -0700 | [diff] [blame] | 3 | rust_library { |
Chih-Hung Hsieh | 75ec760 | 2020-06-09 23:33:13 -0700 | [diff] [blame] | 4 | name: "libunicode_width", |
Chih-Hung Hsieh | 63da312 | 2020-07-12 18:04:42 -0700 | [diff] [blame^] | 5 | // has rustc warnings |
Matthew Maurer | 5b9e940 | 2020-07-06 13:34:49 -0700 | [diff] [blame] | 6 | host_supported: true, |
Chih-Hung Hsieh | 63da312 | 2020-07-12 18:04:42 -0700 | [diff] [blame^] | 7 | crate_name: "unicode_width", |
Chih-Hung Hsieh | 75ec760 | 2020-06-09 23:33:13 -0700 | [diff] [blame] | 8 | srcs: ["src/lib.rs"], |
| 9 | edition: "2015", |
| 10 | features: [ |
| 11 | "default", |
| 12 | ], |
| 13 | } |