Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consolidate all font tooling in one crate, preserve history #12

Merged
merged 60 commits into from
Jul 9, 2023

Commits on Feb 14, 2021

  1. Initial commit

    ianthetechie committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    80c1778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72f662c View commit details
    Browse the repository at this point in the history
  3. Initial commit

    ianthetechie committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    5fa4827 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Add badges to README

    ianthetechie committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    3144878 View commit details
    Browse the repository at this point in the history
  2. Update Cargo.toml

    ianthetechie committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    48c4b7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24cd948 View commit details
    Browse the repository at this point in the history
  4. Minor fixes for docs.rs

    ianthetechie committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    d1b9d1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6eba0a6 View commit details
    Browse the repository at this point in the history
  6. Switch to Git over HTTPS

    ianthetechie committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    4de0e48 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Configuration menu
    Copy the full SHA
    c6e4586 View commit details
    Browse the repository at this point in the history
  2. Add lib docs for docs.rs

    ianthetechie committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    459c74a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6119d8e View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    ianthetechie committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    53b7394 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Bump dependencies.

    lseelenbinder committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    993428a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2210b6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72da5ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22de7cd View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Merge pull request stadiamaps#1 from stadiamaps/bump-dependencies

    Bump and properly specify dependencies.
    ianthetechie authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    2663d63 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    eec1f2d View commit details
    Browse the repository at this point in the history
  2. Merge pull request stadiamaps#2 from stadiamaps/freshen

    Bump dependencies, version, and edition.
    lseelenbinder authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    2d66b1d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    a109c49 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Merge pull request stadiamaps#3 from stadiamaps/bump-freetype-rs-version

    Bump `freetype-rs` version.
    ianthetechie authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    e82ce40 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    944f107 View commit details
    Browse the repository at this point in the history
  2. Merge pull request stadiamaps#2 from stadiamaps/bump-dependencies

    Bump versions and small improvements.
    ianthetechie authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    9c68cd2 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    ac13d09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    057c5a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Cargo clippy

    ianthetechie committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    0a92c77 View commit details
    Browse the repository at this point in the history
  2. Bump version

    ianthetechie committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    6525fdc View commit details
    Browse the repository at this point in the history
  3. Cargo fmt; polish

    ianthetechie committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    5a0d671 View commit details
    Browse the repository at this point in the history
  4. Update docs

    ianthetechie committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    beae494 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    ianthetechie committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    7581436 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb70b8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35dc792 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c22d3e View commit details
    Browse the repository at this point in the history
  9. Update Cargo.toml

    ianthetechie committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    3c27477 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8098edb View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    b84e9db View commit details
    Browse the repository at this point in the history
  2. Add publish workflow.

    lseelenbinder committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    b003ed9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request stadiamaps#5 from stadiamaps/bump-versions

    Bump version and dependencies.
    ianthetechie authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    d92d6d5 View commit details
    Browse the repository at this point in the history
  4. Fix publish workflow.

    lseelenbinder committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    191711d View commit details
    Browse the repository at this point in the history
  5. Bump versions.

    lseelenbinder committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    53d573e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0147e12 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Merge pull request stadiamaps#5 from stadiamaps/bump-ersions

    Bump versions and add publish/build workflow
    ianthetechie authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    c6adba7 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.3.0.

    lseelenbinder committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    a5fd077 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    554227a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Doc fix (markdown bails at <f64>)

    ... because it looks like an HTML tag!
    Artoria2e5 authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    6fdf5e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Publish MacOS binaries

    ZeLonewolf committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    939aff9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Merge pull request stadiamaps#6 from Artoria2e5/patch-1

    Doc fix (markdown bails at <f64>)
    lseelenbinder authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    38b6367 View commit details
    Browse the repository at this point in the history
  2. Merge pull request stadiamaps#6 from ZeLonewolf/zlw-mac-build

    Publish MacOS binaries
    lseelenbinder authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    661e366 View commit details
    Browse the repository at this point in the history
  3. Bump version.

    lseelenbinder committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3af1d65 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    c62ed57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42c8cbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7942d8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ff91a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15292e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65d1b78 View commit details
    Browse the repository at this point in the history
  7. CI and merge cleanup

    nyurik committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    6aaf128 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into move

    nyurik committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    ec6b33a View commit details
    Browse the repository at this point in the history
  9. fix docs issues

    nyurik committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    7bf23f0 View commit details
    Browse the repository at this point in the history
  10. mv lock, license

    nyurik committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    5737fe3 View commit details
    Browse the repository at this point in the history