소스 검색

app: downgrade freetype-rs 0.38 -> 0.37, due to servo devs (harfbuzz-sys) being complete stupid retards. I have a custom patch waiting months and the losers don't even care about their stupid crate's broken freetype support.

darkfi 1 년 전
부모
커밋
32ab929da8
2개의 변경된 파일251개의 추가작업 그리고 119개의 파일을 삭제
  1. 250 118
      bin/app/Cargo.lock
  2. 1 1
      bin/app/Cargo.toml

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 250 - 118
bin/app/Cargo.lock


+ 1 - 1
bin/app/Cargo.toml

@@ -15,7 +15,7 @@ miniquad = { git = "https://github.com/not-fl3/miniquad" }
 #harfbuzz-sys = "0.6.1"
 #harfbuzz-sys = { git = "https://github.com/servo/rust-harfbuzz", features = ["bundled"] }
 harfbuzz-sys = { git = "https://github.com/narodnik/rust-harfbuzz2", features = ["bundled"] }
-freetype-rs = { version = "0.38.0", features = ["bundled"] }
+freetype-rs = { version = "0.37.0", features = ["bundled"] }
 
 image = "0.25.5"
 log = { version = "0.4.25", features = ["release_max_level_info"] }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.