Chih-Hung Hsieh | 75ec760 | 2020-06-09 23:33:13 -0700 | [diff] [blame] | 1 | // This file is generated by cargo2android.py --run --dependencies. |
| 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", |
| 5 | crate_name: "unicode_width", |
Matthew Maurer | 5b9e940 | 2020-07-06 13:34:49 -0700 | [diff] [blame^] | 6 | host_supported: true, |
Chih-Hung Hsieh | 75ec760 | 2020-06-09 23:33:13 -0700 | [diff] [blame] | 7 | srcs: ["src/lib.rs"], |
| 8 | edition: "2015", |
| 9 | features: [ |
| 10 | "default", |
| 11 | ], |
| 12 | } |