Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linebender/bevy_vello
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Choose a base ref
...
head repository: linebender/bevy_vello
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 37 files changed
  • 3 contributors

Commits on Mar 21, 2025

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

Commits on Apr 2, 2025

  1. Parley work (#130)

    PR to integrate parley and font variants.
    
    PR should close #101 .
    
    Using this zulip thread for more direct commuication:
    https://xi.zulipchat.com/#narrow/channel/205635-parley/topic/.E2.9C.94.20Parley.2C.20layout.20context.2C.20bevy.20and.20multiple.20cores/with/507732907
    
    ---------
    
    Co-authored-by: Spencer C. Imbleau <spencer@imbleau.com>
    RobertBrewitz and simbleau authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    b0ab058 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Implements text align and optional width for VelloTextSection (#137)

    Should close one of or both of the following issues:
    
    - #50
    - #51
    
    Updates the example to demonstrate `VelloTextAlign::Justified` as well.
    
    
    ![image](https://github.com/user-attachments/assets/f14365e0-1c15-4bcf-b583-f2c869bee27a)
    RobertBrewitz authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    dc313c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. feat: reflection and derives (#139)

    Adds derives and types to the type registry.
    simbleau authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    7d646a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. feat: correct feature gating, including text (#141)

    - Adds correct feature gating to dependencies vello_svg and velato.
    - Adds feature gating for text.
    simbleau authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    5ecc8e7 View commit details
    Browse the repository at this point in the history
Loading