Skip to content

Commit 98a47e5

Browse files
notriddlesyphar
authored andcommitted
Update font-awesome-as-a-crate to 6.2.0
1 parent b12c3a0 commit 98a47e5

File tree

3,624 files changed

+2186
-1643
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,624 files changed

+2186
-1643
lines changed

crates/font-awesome-as-a-crate/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[package]
22
name = "font-awesome-as-a-crate"
3-
version = "0.2.0"
4-
# https://github.com/FortAwesome/Font-Awesome/blob/master/composer.json
5-
authors = ["Michael Howell <[email protected]>", "Travis Chase", "Dave Gandy", "Rob Madole", "Jory Raphael", "Geremia Taglialatela", "Brian Talbot", "Mike Wilkerson", "Fonticons Inc <[email protected]>"]
3+
version = "0.3.0"
64
edition = "2018"
75
license = "CC-BY-4.0 AND MIT"
86
description = "Font Awesome Free, packaged as a crate"

crates/font-awesome-as-a-crate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Font Awesome Free](https://fontawesome.com/how-to-use/on-the-web/setup/hosting-font-awesome-yourself) SVG files as a crate
1+
# [Font Awesome Free](https://fontawesome.com/download) SVG files as a crate
22

33
This is not officially supported by Fonticons, Inc.
44
If you have problems, [contact us](https://github.com/rust-lang/docs.rs), not them.

crates/font-awesome-as-a-crate/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fn write_fontawesome_sprite() {
1717
.write_all(b"const fn fontawesome_svg(dir:&str,file:&str)->&'static str{match(dir.as_bytes(),file.as_bytes()){")
1818
.expect("fontawesome fn write");
1919
for dirname in &["brands", "regular", "solid"] {
20-
let dir = read_dir(Path::new("fontawesome-free-5.14.0-web/svgs").join(dirname)).unwrap();
20+
let dir = read_dir(Path::new("fontawesome-free-6.2.0-desktop/svgs").join(dirname)).unwrap();
2121
let mut data = String::new();
2222
for file in dir {
2323
let file = file.expect("fontawesome directory access");

crates/font-awesome-as-a-crate/fontawesome-free-5.14.0-web/LICENSE.txt

Lines changed: 0 additions & 34 deletions
This file was deleted.

crates/font-awesome-as-a-crate/fontawesome-free-5.14.0-web/VENDOR.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

crates/font-awesome-as-a-crate/fontawesome-free-5.14.0-web/svgs/brands/500px.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

crates/font-awesome-as-a-crate/fontawesome-free-5.14.0-web/svgs/brands/accessible-icon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

crates/font-awesome-as-a-crate/fontawesome-free-5.14.0-web/svgs/brands/accusoft.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

crates/font-awesome-as-a-crate/fontawesome-free-5.14.0-web/svgs/brands/acquisitions-incorporated.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

crates/font-awesome-as-a-crate/fontawesome-free-5.14.0-web/svgs/brands/adn.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)