| Chih-Hung Hsieh | 63306db | 2020-06-09 23:32:54 -0700 | [diff] [blame] | 1 | // This file is generated by cargo2android.py --run --dependencies. |
| 2 | |
| Matthew Maurer | 9ab6b02 | 2020-07-06 13:34:41 -0700 | [diff] [blame^] | 3 | rust_library { |
| Chih-Hung Hsieh | 63306db | 2020-06-09 23:32:54 -0700 | [diff] [blame] | 4 | name: "libtextwrap", |
| 5 | crate_name: "textwrap", |
| Matthew Maurer | 9ab6b02 | 2020-07-06 13:34:41 -0700 | [diff] [blame^] | 6 | host_supported: true, |
| Chih-Hung Hsieh | 63306db | 2020-06-09 23:32:54 -0700 | [diff] [blame] | 7 | srcs: ["src/lib.rs"], |
| 8 | edition: "2015", |
| Matthew Maurer | 9ab6b02 | 2020-07-06 13:34:41 -0700 | [diff] [blame^] | 9 | rustlibs: [ |
| Chih-Hung Hsieh | 63306db | 2020-06-09 23:32:54 -0700 | [diff] [blame] | 10 | "libunicode_width", |
| 11 | ], |
| 12 | } |
| 13 | |
| 14 | // dependent_library ["feature_list"] |
| 15 | // unicode-width-0.1.7 "default" |