File: drop-jni

package info (click to toggle)
rust-html2md 0.2.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 484 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: html2md/Cargo.toml
===================================================================
--- html2md.orig/Cargo.toml
+++ html2md/Cargo.toml
@@ -66,10 +66,6 @@ version = "0.7.2"
 [dev-dependencies.spectral]
 version = "0.6.0"
 
-[target."cfg(target_os=\"android\")".dependencies.jni]
-version = "0.19.0"
-default-features = false
-
 [badges.gitlab]
 branch = "master"
 repository = "Kanedias/html2md"